home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / mmedia / system / ap2 / scripts / a______2.p2s < prev    next >
Encoding:
Text File  |  1993-12-23  |  1.3 KB  |  54 lines

  1. connector ampmix enable type speakers notify
  2. +MM_MCINOTIFY MCI_NOTIFY_SUCCESSFUL MCI_CONNECTOR
  3. connector ampmix enable type line out notify
  4. +MM_MCINOTIFY MCI_NOTIFY_SUCCESSFUL MCI_CONNECTOR
  5. set ampmix audio bass 100 wait
  6. status ampmix bass wait
  7. =100
  8. set ampmix audio bass 90 wait
  9. status ampmix bass wait
  10. =90
  11. set ampmix audio bass 80 wait
  12. status ampmix bass wait
  13. =80
  14. set ampmix audio bass 70 wait
  15. status ampmix bass wait
  16. =70
  17. set ampmix audio bass 60 wait
  18. status ampmix bass wait
  19. =60
  20. set ampmix audio bass 50 wait
  21. status ampmix bass wait
  22. =50
  23. connector ampmix query type speakers wait
  24. =TRUE
  25. connector ampmix query type line out wait
  26. =TRUE
  27. set ampmix audio bass 40 wait
  28. status ampmix bass wait
  29. =40
  30. set ampmix audio bass 30 wait
  31. status ampmix bass wait
  32. =30
  33. set ampmix audio bass 20 wait
  34. status ampmix bass wait
  35. =20
  36. set ampmix audio bass 10 wait
  37. status ampmix bass wait
  38. =10
  39. set ampmix audio bass 0 wait
  40. status ampmix bass wait
  41. =0
  42. set ampmix audio bass 50 wait
  43. status ampmix bass wait
  44. =50
  45. connector ampmix disable type speakers notify
  46. +MM_MCINOTIFY MCI_NOTIFY_SUCCESSFUL MCI_CONNECTOR
  47. connector ampmix disable type line out notify
  48. +MM_MCINOTIFY MCI_NOTIFY_SUCCESSFUL MCI_CONNECTOR
  49. connector ampmix query type speakers wait
  50. =FALSE
  51. connector ampmix query type line out wait
  52. =FALSE
  53. close ampmix wait
  54.